home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / NETSERV.IN_ / netserv.inf
Encoding:
INI File  |  1999-11-06  |  3.1 KB  |  95 lines

  1. ; -- NETSERV.INX --
  2. ;
  3. ; File And Print Services.
  4. ;
  5. ; Copyright (c) 1993-1999, Microsoft Corporation
  6.  
  7. [Version]
  8. Signature   = "$Windows NT$"
  9. Class       = NetService
  10. ClassGUID   = {4d36e974-e325-11ce-bfc1-08002be10318}
  11. Provider    = %Msft%
  12. LayoutFile  = layout.inf
  13. DriverVer=11/06/1999,5.00.2175.1
  14.  
  15. [Manufacturer]
  16. %Msft%=MSFT
  17.  
  18. [MSFT]
  19. %MSServer_Desc% = Install.ndi, MS_SERVER
  20.  
  21. [Install.ndi]
  22. AddReg = MSServer.ndi.AddReg
  23. Characteristics = 0x0000    ; no characteristics
  24.  
  25. [Install.ndi.Services]
  26. AddService = LanmanServer,,     LanmanServer_Service_Inst,  Server_Evt,, Server
  27. AddService = Srv,,              Srv_Service_Inst,           Srv_Evt
  28.  
  29. [Install.ndi.Remove.Services]
  30. DelService = LanmanServer
  31. DelService = Srv
  32.  
  33. [LanmanServer_Service_Inst]
  34. DisplayName     =   %LanmanServer_Display%
  35. ServiceType     =   0x20    ;SERVICE_WIN32_SHARE_PROCESS
  36. StartType       =   2       ;SERVICE_AUTO_START
  37. ErrorControl    =   1       ;SERVICE_ERROR_NORMAL
  38. ServiceBinary   =   %11%\services.exe
  39. StartName       =   LocalSystem
  40. AddReg          =   MSServer.Server.AddReg
  41. Description     =   %LanmanServer_Desc%
  42.  
  43. [Srv_Service_Inst]
  44. DisplayName     =   %Srv_Desc%
  45. ServiceType     =   2   ;SERVICE_FILE_SYSTEM_DRIVER
  46. StartType       =   3   ;SERVICE_DEMAND_START
  47. ErrorControl    =   1   ;SERVICE_ERROR_NORMAL
  48. ServiceBinary   =   %12%\srv.sys
  49. LoadOrderGroup  =   Network
  50. Description     =   %Srv_Desc%
  51.  
  52. [MSServer.ndi.AddReg]
  53. HKR, Ndi,            ClsID,                     0, {7F368827-9516-11d0-83D9-00A0C911E5DF}
  54. HKR, Ndi,            Service,                   0, LanmanServer
  55. HKR, Ndi,            CoServices,                0x00010000, "LanmanServer", "Browser", "Srv"
  56. HKR, Ndi,            ExcludeSetupStartServices, 0x00010000, "LanmanServer", "Browser", "Srv"
  57. HKR, Ndi,            HelpText,                  0, "%MSServer_Help%"
  58. HKR, Ndi\Interfaces, UpperRange,                0, "winnet5"
  59. HKR, Ndi\Interfaces, LowerRange,                0, "netbios,ipx,netbios_smb"
  60.  
  61. [MSServer.Server.AddReg]
  62. HKR, AutotunedParameters, ,                  0x00010  ;No values
  63. HKR, Shares,              ,                  0x00010  ;No values
  64. HKR, Parameters,          NullSessionPipes,  0x10000, "COMNAP","COMNODE","SQL\QUERY","SPOOLSS","LLSRPC","EPMAPPER","LOCATOR","TrkWks","TrkSvr"
  65. HKR, Parameters,          NullSessionShares, 0x10000, "COMCFG", "DFS$"
  66.  
  67. [Server_Evt]
  68. AddReg = Server_Evt_AddReg
  69.  
  70. [Server_Evt_AddReg]
  71. HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  72. HKR,, TypesSupported,   0x00010001, 0x00000007
  73.  
  74. [Srv_Evt]
  75. AddReg = Srv_Evt_AddReg
  76.  
  77. [Srv_Evt_AddReg]
  78. HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  79. HKR,, TypesSupported,   0x00010001, 0x00000007
  80.  
  81. [Strings]
  82. Msft = "Microsoft"
  83.  
  84. ; Component description
  85. MSServer_Desc = "File and Printer Sharing for Microsoft Networks"
  86. MSServer_Help = "Allows other computers to access resources on your computer using a Microsoft network."
  87.  
  88. ; Do not localize these
  89.  
  90. ; Service descriptions
  91. LanmanServer_Display = "Server"
  92. LanmanServer_Desc    = "Provides RPC support and file, print, and named pipe sharing."
  93. Srv_Desc = "Srv"
  94.  
  95.